ocr: For esample, In C++, - to declare a class OT say students, we vould do something like this : class student I // - declare both data and runctions here 1; student nonors; // declares honors to be of type class student Note: In C++, single-line comments begin with "7/" and can be one line in length. The use of"/* I and "*/" can still be used for multiple line comments. Be careful in that not all C compilers will accept the use of "//". - Check your compiler manuals or contact your software Jistributor for more details. Int the above example, the variable honors, is called